scrolledwindow: add a new edge-reached signal
authorCosimo Cecchi <cosimoc@gnome.org>
Sun, 25 Jan 2015 11:53:49 +0000 (11:53 +0000)
committerCosimo Cecchi <cosimoc@gnome.org>
Sat, 31 Jan 2015 23:08:17 +0000 (23:08 +0000)
commit404e2753c4f63c5a71b65f5270317f21be77a5fe
treebd9468804f84bb49a5150623d176ae9cc1537a14
parent48a41b01196febe124eb29c8d8ba8a996935adaa
scrolledwindow: add a new edge-reached signal

This will be used to just detect when an edge of the scrollable area is
reached - as opposed to the edge-overshot signal that is emitted when
the user scrolls past the edge.

https://bugzilla.gnome.org/show_bug.cgi?id=742848
gtk/gtkscrolledwindow.c
tests/testscrolledge.c